Sequence Models and Long Short-Term Memory Networks
https://pytorch.org/tutorials/beginner/nlp/sequence_models_tutorial.html
#PyTorch_NLP_beginner_tutorial
PyTorch tutorial: Sequence Models 導入
PyTorch tutorial: LSTM
https://pytorch.org/docs/stable/generated/torch.nn.LSTM.html
Example: An LSTM for Part-of-Speech Tagging
tutorialのLSTMの例をPyTorch Lightningで書き換える試み